home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSMIMEPREFSFORM / TSMIMEPREFSFORM.txt
Text File  |  2004-10-12  |  6KB  |  273 lines

  1. object SMIMEPrefsForm: TSMIMEPrefsForm
  2.   Left = 168
  3.   Top = 123
  4.   HelpContext = 14510
  5.   BorderStyle = bsDialog
  6.   Caption = 'S/MIME Preferences'
  7.   ClientHeight = 332
  8.   ClientWidth = 464
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 160
  23.     Top = 296
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 3
  30.   end
  31.   object Cancel: TButton
  32.     Left = 248
  33.     Top = 296
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 4
  40.   end
  41.   object nb: TNotebook
  42.     Left = 8
  43.     Top = 88
  44.     Width = 448
  45.     Height = 193
  46.     TabOrder = 2
  47.     object TPage
  48.       Left = 0
  49.       Top = 0
  50.       Caption = 'Default'
  51.       object lMinutes: TLabel
  52.         Left = 96
  53.         Top = 52
  54.         Width = 37
  55.         Height = 13
  56.         Caption = 'Minutes'
  57.       end
  58.       object lSigningHash: TLabel
  59.         Left = 5
  60.         Top = 108
  61.         Width = 324
  62.         Height = 13
  63.         Alignment = taRightJustify
  64.         AutoSize = False
  65.         Caption = 'Signing Hash Algorithm'
  66.       end
  67.       object lEncryptionCipher: TLabel
  68.         Left = 5
  69.         Top = 84
  70.         Width = 324
  71.         Height = 13
  72.         Alignment = taRightJustify
  73.         AutoSize = False
  74.         Caption = 'Encryption algorithm'
  75.       end
  76.       object cbCompress: TCheckBox
  77.         Left = 8
  78.         Top = 0
  79.         Width = 425
  80.         Height = 17
  81.         Caption = 'Compress data before encryption'
  82.         TabOrder = 0
  83.       end
  84.       object cbCacheDec: TCheckBox
  85.         Left = 8
  86.         Top = 24
  87.         Width = 425
  88.         Height = 17
  89.         Caption = 'Cache certificate passphrases/keys for'
  90.         TabOrder = 1
  91.         OnClick = cbCacheDecClick
  92.       end
  93.       object cbSigningHash: TComboBox
  94.         Left = 336
  95.         Top = 104
  96.         Width = 105
  97.         Height = 21
  98.         Style = csDropDownList
  99.         ItemHeight = 13
  100.         TabOrder = 4
  101.         Items.Strings = (
  102.           'SHA-1 (160 bit)'
  103.           'MD-5 (128 bit)')
  104.       end
  105.       object cbBlockCipher: TComboBox
  106.         Left = 336
  107.         Top = 80
  108.         Width = 105
  109.         Height = 21
  110.         Style = csDropDownList
  111.         ItemHeight = 13
  112.         TabOrder = 3
  113.         Items.Strings = (
  114.           'RC2 (128 bit)'
  115.           '3DES (156 bit)'
  116.           'IDEA (128 bit)')
  117.       end
  118.       object gbRandSeed: TGroupBox
  119.         Left = 0
  120.         Top = 135
  121.         Width = 449
  122.         Height = 50
  123.         Caption = 'Random Seed File'
  124.         TabOrder = 5
  125.         object eRandSeed: TEdit
  126.           Left = 8
  127.           Top = 16
  128.           Width = 401
  129.           Height = 21
  130.           TabOrder = 0
  131.         end
  132.         object bRandSeed: TButton
  133.           Left = 414
  134.           Top = 15
  135.           Width = 23
  136.           Height = 23
  137.           Caption = '&?'
  138.           TabOrder = 1
  139.           OnClick = bRandSeedClick
  140.         end
  141.       end
  142.       object spDecMin: TXSpinEdit
  143.         Left = 24
  144.         Top = 48
  145.         Width = 65
  146.         Height = 21
  147.         TabOrder = 2
  148.         Text = '1'
  149.         MinValue = 1
  150.         MaxValue = 9999
  151.         Value = 1
  152.         Step = 1
  153.       end
  154.     end
  155.     object TPage
  156.       Left = 0
  157.       Top = 0
  158.       Caption = 'CryptoAPI'
  159.       object lCSP: TLabel
  160.         Left = 8
  161.         Top = 8
  162.         Width = 146
  163.         Height = 13
  164.         Caption = 'Cryptographic Service Provider'
  165.       end
  166.       object lCrAPIEncryption: TLabel
  167.         Left = 8
  168.         Top = 69
  169.         Width = 96
  170.         Height = 13
  171.         Caption = 'Encryption Algorithm'
  172.         FocusControl = cbCrAPIEncryption
  173.       end
  174.       object lCrAPISigningHash: TLabel
  175.         Left = 8
  176.         Top = 111
  177.         Width = 109
  178.         Height = 13
  179.         Caption = 'Signing Hash Algorithm'
  180.         FocusControl = cbCrAPISigningHash
  181.       end
  182.       object cbCSP: TComboBoxEx
  183.         Left = 8
  184.         Top = 24
  185.         Width = 433
  186.         Height = 22
  187.         ItemsEx = <>
  188.         Style = csExDropDownList
  189.         ItemHeight = 16
  190.         TabOrder = 0
  191.         OnChange = cbCSPChange
  192.         DropDownCount = 8
  193.       end
  194.       object cbCrAPIEncryption: TComboBox
  195.         Left = 8
  196.         Top = 85
  197.         Width = 433
  198.         Height = 21
  199.         Style = csDropDownList
  200.         ItemHeight = 0
  201.         TabOrder = 2
  202.       end
  203.       object cbCrAPISigningHash: TComboBox
  204.         Left = 8
  205.         Top = 127
  206.         Width = 433
  207.         Height = 21
  208.         Style = csDropDownList
  209.         ItemHeight = 0
  210.         TabOrder = 3
  211.       end
  212.       object cbTrackSign: TCheckBox
  213.         Left = 8
  214.         Top = 152
  215.         Width = 432
  216.         Height = 17
  217.         Caption = 
  218.           'Keep associations between  e-mail addresses and certificates for' +
  219.           ' signing'
  220.         TabOrder = 4
  221.       end
  222.       object cbTrackEncrypt: TCheckBox
  223.         Left = 8
  224.         Top = 172
  225.         Width = 432
  226.         Height = 17
  227.         Caption = 
  228.           'Keep associations between  e-mail addresses and certificates for' +
  229.           ' encryption'
  230.         TabOrder = 5
  231.       end
  232.       object cbLimitProviders: TCheckBox
  233.         Left = 8
  234.         Top = 49
  235.         Width = 432
  236.         Height = 14
  237.         Caption = 'Never use other providers'
  238.         TabOrder = 1
  239.       end
  240.     end
  241.   end
  242.   object cbSMIMEEngine: TRadioGroup
  243.     Left = 8
  244.     Top = 8
  245.     Width = 449
  246.     Height = 49
  247.     Caption = 'S/MIME Engine'
  248.     Columns = 2
  249.     Items.Strings = (
  250.       'Internal Implementation'
  251.       'Microsoft CryptoAPI')
  252.     TabOrder = 0
  253.     OnClick = cbSMIMEEngineClick
  254.   end
  255.   object cbEncDefKey: TCheckBox
  256.     Left = 16
  257.     Top = 64
  258.     Width = 441
  259.     Height = 17
  260.     Caption = 'Always encrypt to sender'#39's certificate'
  261.     TabOrder = 1
  262.   end
  263.   object bHelp: TButton
  264.     Left = 336
  265.     Top = 296
  266.     Width = 75
  267.     Height = 25
  268.     Caption = 'Help'
  269.     TabOrder = 5
  270.     OnClick = bHelpClick
  271.   end
  272. end
  273.